@media only screen and (max-width:1400px) {
	.first-nav a,.con1 .tex,.con1 .tex,.danye,.more,.title p,.tulist .tex,.new_sy p,.con3listle .tex,.danye,.ertitle p,.newlistri,.show_title p,.lxlist span p{ font-size: 16px;}
	.new_sy h3,.new_sy h2,.new_sy h4,.con3listle .tit,.newlistri h2,.show_title h2{ font-size: 20px;}
	.new_sy{ padding: 30px;}
	.new_sy p{ margin-top: 20px; margin-bottom: 25px;}
	.con3listle{ width: 50%;}
	.con3listri{ width: calc(50% - 50px);}
}
@media only screen and (max-width:1200px) {
	.ft3{ width: calc(100% - 260px - 440px - 60px);}
	.ft2{ width: 440px;}
}

@media only screen and (max-width:1000px ) {
	
	.mBtn{display: flex; align-items: center; justify-content: center; margin-left: 15px;}
	nav{ left: -100%;position:absolute; z-index: 995; background:rgba(255,255,255,1); height:auto;display:flex; width: 100%; transition: 0.3s;top: 60px;min-height:calc(100vh - 60px); margin-left: 0; flex-direction: column; border-top: 1px solid #eee;}
	nav.active{left: 0%;top:60px}
	nav{overflow-y: auto;overflow-x: hidden;height: calc(100vh - 60px);}
	 ::-webkit-scrollbar{
	      display: none;
	}
	.head{ height: 60px; padding: 0;}
	.logo{ height: 40px;max-width: 80%;}
	.logo img{ width: auto; height: 100%;}
	.nav-item{height: auto; padding: 0;}
	.nav-item:last-child{ border-bottom: none;}
	.nav-box{ display: block; padding-top: 10px; box-sizing: border-box; padding-bottom: 10px;}
	.m-c{display: block; background: rgba(0,0,0,0); position: absolute; width: 100%; height: 50px; left: 0; top: 0; z-index: 99;}
	.first-nav{height: 60px;}
	.show-nav{pointer-events: none!important;}
	.show-nav a{pointer-events: none!important; }
	.first-nav a em{ left: 20px; transform: translate(0,0); bottom: 0;}
	.first-nav a{justify-content: space-between; height: 100%;  width: 100%; box-sizing: border-box; padding: 0 20px;}
	.first-nav a i{ display: block;}
	.second-nav a{ padding: 0;text-align: left; height: 40px; line-height: 40px; border-bottom: none; font-size: 15px;}
	.second-nav a:hover{ background: transparent;}
	.second-nav{position: static; left: auto; top:auto!important; background: none; border-radius:0;  max-height: 1000px; opacity: 1;  display:none;  margin-left: 30px; transition: 0s; box-shadow: 0 0 10px rgba(0,0,0,0); transform:none; box-sizing: border-box;  position: relative; margin-top: -8px; padding-bottom: 8px;}
	.nav-item:hover .second-nav{ padding: 0;padding-bottom: 8px;}
	.nav-item:hover .first-nav a{ font-weight: normal;}
	.second-nav a:hover{ color: #fff;}
	.swiper-button-next,.swiper-button-prev{ width: 40px; height: 40px;}
	.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after,.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{ font-size: 18px;}
	section{ padding: 30px 0;}
	.foot{ padding-bottom: 20px;}
	.foot_di p{ text-align: center; margin: 0 auto;}
	.ftlogo img{ margin: 0 auto; display: block;}
	.ft2{ width: 100%; }
	.ft1{ margin: 0 auto;}
	.ft3{ width: 100%; padding: 0; border-left: none; padding-top: 20px;}
	.ft2>div{ width: 100%; text-align: center; margin-top: 20px;}
	.ft2>div img{ margin: 0 auto;}
	.title h2{ font-size: 36px;}
	.title p b{ font-size: 20px;}
	.title p{ font-size: 14px;}
	.title h2 i{ height: 6px; width: 90px;  bottom: 7px; left: -10px;}
	.more{ margin-top: 50px; height: 45px;width: 200px;}
	.more p{ width: 50%;}
	.more span{ width: 50%;letter-spacing: 0;}
	
	.danye{ font-size: 15px; line-height: 2;}
	.show_title{ padding-bottom: 20px;}
	.show_title p{ margin-top: 10px;}
	.con1le{ width: 100%; box-sizing: border-box; padding: 0 10px; margin: 0;background: url(../img/01.png) right 20px bottom -3px no-repeat; background-size: 100px;}
	.con1ri{ width: 100%; margin-top: 30px;}
	.con1 .tit{ font-size: 22px; margin-top: 40px;}
	.con2top{ padding: 15px 20px; margin-top: -100px;}
	.con2con{ padding: 0 10px; margin-top: 25px;}
	.tulist .tex img{ width: 28px;}
	.con2top .tex{ margin-top: 15px;}
	.con2 .more{ margin: 30px auto;}
	.plr50{ padding: 0 10px;}
	.new_sy{ padding: 20px;}
	.con3con{ padding:30px;}
	.con3dj .swiper-button-prev{ left: -10px;}
	.con3dj .swiper-button-next{ right: -10px;}
	.con3listri{  width: 500px; max-width: 100%; margin: 0 auto; display: block;margin-top: 20px;}
	.con3listle{ width: 100%; margin-right: 0;}
	.con3listle .more{ display: none;}
	.con3listle .ziov5{
		display: -webkit-box; /* 将元素作为弹性伸缩容器 */
		        overflow: hidden; /* 隐藏溢出内容 */
		        text-overflow: ellipsis; /* 使用省略号表示被裁切的部分 */
		        line-clamp: 2; /* 限制最大行数为2行 */
		        -webkit-line-clamp: 2; /* Safari/Chrome特定的限制最大行数的属性 */
		        -webkit-box-orient: vertical; /* 设置垂直布局 */
	}
	.con3listle .tex{ line-height: 1.6;}
	.con3listle .tit{ margin-bottom: 10px; padding-bottom: 10px;}
	.con3list{ flex-wrap: wrap;}
	.ertitle h2{ font-size: 22px;}
	.ertulist .tulist,.ertulist .newlist{ margin-top: 30px;}
	.tulist .tex i{ padding-right: 5px;}
	.tulist .tex img{ width:16px;}
	.newlist{width: calc(50% - 10px); margin-right:20px; flex-wrap: wrap; padding: 15px;}
	.newlist:nth-child(2n){ margin-right: 0;}
	.newlistle{ width: 100%;}
	.newlistri{ width: 100%; padding-top: 15px;}
	.newlistri h2{ font-size: 18px;}
	.newlistri p{ margin: 10px 0; line-height: 1.8;}
	.lxlist span{ width: 100%;}
	.lxfoot{ margin-top: 40px;}
	.lxfoot p{ margin-top: 30px;}
	
	.kuai3{ width: calc(50% - 10px); margin-right:20px;}
	.kuai3:nth-child(3n){ margin-right: 20px;}
	.kuai3:nth-child(2n),.kuai3:nth-child(6n){ margin-right: 0;}
	ul.yiiPager li a{ width: 32px; height: 32px;}
	.mtop30{ margin-top: 20px;}
	.mtop50{ margin-top: 30px;}
	
}

@media only screen and (max-width:500px ) {
	
	.ftlogo img{ width: 200px;}
	.ft2>div img{ width: 50px; margin-bottom:10px;}
	.new_sy h3,.new_sy h2,.new_sy h4,.con3listle .tit,.lxfoot h1,.lxfoot p{ font-size: 18px;}
	.ertitle h2{ font-size: 20px;}
	.newlistri h2{ font-size: 16px;}
	.ertitle p,.newlistri{  margin-top: 5px; font-size: 15px;}
}

	
	
	


